home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / nds110.zip / NDS.DOC < prev    next >
Text File  |  1992-06-03  |  4KB  |  83 lines

  1. Network Directory Sort  -  Version 1.10
  2.  
  3. General description:
  4. -------------------
  5. This is a directory sort program which works similar to a well-known
  6. utility program for DOS. It WILL function on network drives as well
  7. as on local DOS drives. Currently, it has the following limitations:
  8.  (1) It will only sort filenames, but since directories are already
  9.      listed separately after filenames on network drives when using
  10.      the DIR command, this is not such an aggravating limitation as
  11.      it could otherwise be.
  12.  (2) Read-only, hidden, and system files are ignored.
  13.  (3) It is considerably slower on local DOS drives than on network
  14.      drives.
  15.  
  16. On the other hand, it has the following advantages, (in addition to
  17. working on network drives):
  18.  (1) Reverse sorts are possible, and the direction (ascending or
  19.      descending) can be applied separately to each sort criteria.
  20.  
  21. Compatibility:
  22. -------------
  23. The program should run on any IBM-PC/AT compatible. It has been 
  24. compiled to take advantage of the more efficient 80186 instructions 
  25. found in all but the older IBM-PC/XT compatible machines (which used 
  26. an 8088 processor). If there is anyone out there who is still using 
  27. an IBM-PC/XT compatible who would like a version which will run on 
  28. their machine, just send me a message via CompuServe or by mail and I 
  29. will supply it.
  30.  
  31. The program has been tested on an IBM PS/2 Model 70 running MS-DOS 
  32. 5.00, and on a network drive with the server running Netware 3++.
  33.  
  34. Reliability:
  35. -----------
  36. The program does NOT phyically copy the files in order to sort them, 
  37. and it does NOT make any direct access to either absolute or logical 
  38. sectors. It uses only standard DOS calls, and therefore should be as 
  39. safe and reliable as most other programs. If the program is 
  40. interrupted while writing changes to disk because of a power failure 
  41. or other problem, one or two files may left in a temporary sort 
  42. directory. If this happens, just copy them back to the original 
  43. directory and delete the temporary directory.
  44.  
  45. Performance:
  46. -----------
  47. The program works very fast on network drives because Netware will 
  48. generally have the file information needed for the DOS calls already 
  49. buffered. It does not seem particularly fast on local DOS drives, 
  50. however, since it cannot compete with other programs which directly 
  51. manipulate the sectors containing the directory structure. Until the 
  52. program can differentiate between local DOS drives and network drives 
  53. and apply different methods for each, it would probably be more 
  54. satisfactory to use a standard commercial product for sorting files 
  55. and directories on local drives, and to use this program only for 
  56. network drives.
  57.  
  58. Changes from Version 1.10:
  59. -------------------------
  60. A full-screen interface with mouse support has been added.  The 
  61. command line capability works just as before, but if the program is 
  62. started without any sort options on the command line, then the 
  63. full-screen interface is displayed. With the full-screen interface, 
  64. file entries can be both sorted automatically or ordered by hand.
  65.  
  66. Distribution:
  67. ------------
  68. The program is freeware, and can be used and distributed freely, but 
  69. it may not be sold or modified and incorporated into other programs 
  70. for sale. I will, naturally, happily accept any donations that users 
  71. feel compelled to give me in order to encourage me to continue 
  72. improving the program.
  73.  
  74. Support:
  75. -------
  76. I will support the program and try to eventually add the missing 
  77. features noted above. Any comments or suggestions are welcome.
  78.  
  79. Scott C. Pedigo        CompuServe: 100020,723
  80. Eisengrubenweg 9    Home phone: International access + 41-62-512541 
  81. CH-4800 Zofingen    Work phone:       "         "    + 41-56-410881
  82. Switzerland
  83.